home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / demos / az / cyberx.dxr / 00252_botón ayuda en configuración.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  461 b   |  19 lines

  1. on mouseUp
  2.   global idioma, incremento, ayuda_on, cast_ant, cast_config
  3.   if rollOver(24) then
  4.     puppetSprite(24, 0)
  5.     if ayuda_on then
  6.       puppetSprite(40, 0)
  7.       desactiva_ayuda()
  8.       puppetTransition(50, 0, 8)
  9.       updateStage()
  10.     else
  11.       puppetSprite(40, 1)
  12.       set the castNum of sprite 40 to the number of cast "HELP2_EN.PIC" + idioma - 1
  13.       activa_ayuda()
  14.       puppetTransition(50, 0, 8)
  15.       updateStage()
  16.     end if
  17.   end if
  18. end
  19.